Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentCollection<T> Class / Last Property

In This Topic
    Last Property (ContentCollection<T>)
    In This Topic
    Gets the last item in the collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Last As T
    public virtual T Last {get;}
    See Also